The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "sql::statement"

SQL::Statement - SQL parsing and processing engine River stage two • 21 direct dependents • 78 total dependents

The SQL::Statement module implements a pure Perl SQL parsing and execution engine. While it by no means implements full ANSI standard, it does support many features including column and table aliases, built-in and user-defined functions, implicit and...

REHSACK/SQL-Statement-1.414 - 21 Oct 2020 14:46:55 UTC - Search in distribution

SQL::Exec::Statement - Prepared statements support for SQL::Exec River stage zero No dependents

MATHIAS/SQL-Exec-0.10 - 27 Mar 2013 21:47:35 UTC - Search in distribution

Bundle::Test::SQL::Statement - Requirement Bundle to allow wider tests of SQL::Statement River stage zero No dependents

This module requires almost everything what could be used by SQL::Statement to run more test cases....

REHSACK/Bundle-Test-SQL-Statement-1.33 - 05 Feb 2011 14:14:34 UTC - Search in distribution

SQL::Statement::Functions::Date - More date/time functions River stage one • 1 direct dependent • 1 total dependent

This distribution contains several SQL functions to be used with SQL::Statement: YEAR() MONTH() DAYOFYEAR() DAYOFMONTH() DAY() WEEKOFYEAR() WEEKDAY() They are based on MySQL's version. More functions wil be added as needed. To use a function from Per...

PERLANCAR/SQL-Statement-Functions-Date-0.050 - 24 Dec 2022 00:05:27 UTC - Search in distribution

SQL::Statement::Functions::Logic - Logic functions River stage one • 1 direct dependent • 1 total dependent

This distribution contains several SQL functions to be used with SQL::Statement: IF() To use a function from Perl script: require SQL::Statement::Function::ByName::IF; $dbh->do(qq{CREATE FUNCTION IF NAME "SQL::Statement::Function::ByName::MAXNUM::SQL...

PERLANCAR/SQL-Statement-Functions-Logic-0.001 - 25 Jan 2017 06:33:35 UTC - Search in distribution

SQL::Statement::Functions::ArgMinMax - ARGMIN*/ARGMAX* functions River stage one • 1 direct dependent • 1 total dependent

This distribution contains several SQL functions to be used with SQL::Statement: ARGMAXNUM() ARGMAXSTR() ARGMINNUM() ARGMINSTR() These functions are not aggregate functions. They are added due to the lack of CASE statement as well as IF function in S...

PERLANCAR/SQL-Statement-Functions-ArgMinMax-0.002 - 25 Jan 2017 06:33:30 UTC - Search in distribution

SQL::SplitStatement - Split any SQL code into atomic statements River stage two • 6 direct dependents • 31 total dependents

This is a simple module which tries to split any SQL code, even including non-standard extensions (for the details see the "SUPPORTED DBMSs" section below), into the atomic statements it is composed of. The logic used to split the SQL code is more so...

VEESH/SQL-SplitStatement-1.00023 - 05 Jun 2021 19:11:41 UTC - Search in distribution

lib/SQL/Amazon/Statement.pm River stage zero No dependents

DARNOLD/DBD-Amazon-0.10 - 23 May 2005 19:41:48 UTC - Search in distribution

Protocol::PostgreSQL::Statement - prepared statement handling River stage one • 1 direct dependent • 1 total dependent

Provides prepared-statement support for Protocol::PostgreSQL. Sequence of events for a prepared statement: * Parse - check the supplied SQL, generate a prepared statement * Bind - binds values to a statement to generate a portal ('' is the empty port...

TEAM/Protocol-PostgreSQL-0.008 - 16 Jul 2011 21:42:26 UTC - Search in distribution

SQL::QueryBuilder::Pretty::Database::ANSI::Statement - Rule to process ANSI statements. River stage zero No dependents

Rule to process ANSI statemts. METHODS *PACKAGE*->new() Initializes the object. *$obj*->action($print_object, $token) THe action to be executed on match. Must return 1 to skip the next rules. $print_object is a SQL::QueryBuilder::Pretty::Print object...

RIVOTTI/SQL-QueryBuilder-Pretty-0.01 - 06 Nov 2009 19:26:06 UTC - Search in distribution

DBI::SQL::Nano - a very tiny SQL engine River stage four • 940 direct dependents • 2099 total dependents

"DBI::SQL::Nano" is meant as a *very* minimal SQL engine for use in situations where SQL::Statement is not available. In most situations you are better off installing SQL::Statement although DBI::SQL::Nano may be faster for some very simple tasks. DB...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution

TSQL::AST::SQLStatement - Represents a TSQL Statement. River stage zero No dependents

See TSQL::AST....

DEDMEDVED/TSQL-AST-0.04 - 03 Sep 2014 10:29:10 UTC - Search in distribution

Paws::RDSData::SqlStatementResult River stage two • 9 direct dependents • 11 total dependents

The result of a SQL statement. <important> <p>This data type is deprecated.</p> </important>...

JROBINSON/Paws-0.46 - 20 Jan 2024 12:10:03 UTC - Search in distribution

AlignDB::SQL - An SQL statement generator. River stage zero No dependents

*AlignDB::SQL* represents an SQL statement. Most codes come from Data::ObjectDriver::SQL...

WANGQ/AlignDB-SQL-1.0.2 - 10 Dec 2016 17:06:39 UTC - Search in distribution

DBIx::SQLHandler - Sql statement handler. River stage one • 2 direct dependents • 2 total dependents

Represents wrapper for sql statments. It manages sql statement's information within its state. If an error occurs on any stage (prepare, execute, binding) you will get full information including connection name, sql, binding variables. Caching statem...

ADRIANWIT/DBIx-Connection-0.08 - 19 Aug 2008 22:13:53 UTC - Search in distribution

DBIx::Composer - Composes and runs SQL statement. River stage zero No dependents

This module helps you to compose and run SQL statements. First you create new object and fill its hash for common parts of SQL statements. Then you may either compose SQL statement from these parts or both compose and execute it....

PLISCO/DBIx-Composer-1.00 - 29 Oct 2003 17:19:54 UTC - Search in distribution

DB::Object - SQL API River stage zero No dependents

DB::Object is a SQL API much alike "DBI", but with the added benefits that it formats queries in a simple object oriented, chaining way. So why use a private module instead of using that great "DBI" package? At first, I started to inherit from "DBI" ...

JDEGUEST/DB-Object-v1.4.0 - 13 Apr 2024 09:14:17 UTC - Search in distribution

Fey::Literal - Factory for making a literal piece of a SQL statement River stage one • 6 direct dependents • 9 total dependents

This class is a factory for creating a literal piece of a SQL statement, such as a string, number, or function....

DROLSKY/Fey-0.43 - 16 Jun 2015 03:55:50 UTC - Search in distribution

EZDBI - EZ (Easy) interface to SQL databases (DBI) River stage zero No dependents

This file documents version 0.120 of EZDBI. It assumes that you already know the basics of SQL. It is not a(n) SQL tutorial. EZDBI provides a simple and convenient interface to most common SQL databases. It requires that you have installed the DBI mo...

JPIERCE/EZDBI-0.16 - 02 Mar 2016 14:50:45 UTC - Search in distribution

SQL::Engine - SQL Generation River stage zero No dependents

This package provides an interface and builders which generate SQL statements, by default using a standard SQL syntax or vendor-specific syntax if supported and provided to the constructor using the *"grammar"* property. This package does not require...

AWNCORP/SQL-Engine-0.03 - 15 Aug 2020 17:03:30 UTC - Search in distribution
692 results (0.123 seconds)